home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / TEX-UTIL / DVI_DVI1 / dvilj / orig_docs / README < prev    next >
Text File  |  1994-12-24  |  4KB  |  125 lines

  1. This directory contains dviljk, my (kb@cs.umb.edu) modified version of
  2. Gustaf Neumann's dvi2xx.  See `Makefile.in' for the version number.
  3. See `NEWS' for changes by release.  This program does not work with
  4. DeskJet printers; instead, try /tex-archive/dviware/dvidjc on the CTAN
  5. hosts, or Nelson Beebe's drivers in dviware/beebe.
  6.  
  7. The file `INSTALL' explains the installation process, which I changed to
  8. use a GNU-style (Autoconf-generated) `configure' script to guess
  9. system-dependent information, instead of requiring the installer to do
  10. everything in the Makefile.
  11.  
  12. Aside from configuration, this differs from the original primarily in
  13. that it uses the same code for path searching as TeX and my other
  14. distributions.  I haven't tested the non-Unix support present in the
  15. original, or support for any device but the LJ4. I also moved the
  16. nonessential files to a directory `contrib'.
  17.  
  18. See README.fonts for information on using the LaserJet 4 builtin fonts.
  19.  
  20. Please report bugs to tex-k@cs.umb.edu, rather than Gustaf, so he is not
  21. bothered with bugs that aren't in his program.  Email
  22. Email tex-k-request@cs.umb.edu with a line containing
  23.     subscribe you@preferred.email.address
  24. in the body of the message to join this mailing list.
  25.  
  26. dviljk is free software; Gustaf's original files are (I think) public
  27. domain.  The files I wrote are covered by the GNU General Public
  28. License -- see the files COPYING*.
  29.  
  30. You can get the original dvi2xx from ftp.wu-wien.ac.at:pub/src/Typeset/dvi2xx.
  31.  
  32.  
  33. kb@cs.umb.edu
  34. Member of the League for Programming Freedom -- write lpf@uunet.uu.net.
  35.  
  36. (The rest of this file is the README from the original distribution.
  37. The configuration info is irrelevant to this version.)
  38.  
  39. The dvi2xx family consists of the following programs:
  40.  
  41.        Dvilj2 converts TeX-output  .dvi  files  into  HP  PCL  (i.e.  HP
  42.        Printer  Control Language) commands suitable for printing on a HP
  43.        LaserJet+, HP LaserJet II and fully compatible printers.
  44.  
  45.        Dvilj2p converts TeX-output .dvi files into HP PCL commands suit-
  46.        able  for  printing  on  a HP LaserJet IIp, HP LaserJet III or HP
  47.        Laserjet 2000 and fully compatible printers. This version uses  a
  48.        newer PCL command set and provides landscape printing.
  49.  
  50.        Dviljp and dvilj are similar to dvilj2p and dvilj2  but they sup-
  51.        port  only 128  character  fonts.  They  may be used for Laserjet
  52.        clones which do not support 256 character fonts.
  53.  
  54.        Dvi3812 converts TeX-output .dvi files into PMP files, the native
  55.        command language of the IBM 3812 page printer.
  56.  
  57. binary versions are available for:
  58.        - aix 3.1 rs6000
  59.        - hpux 7.0 risc
  60.        - msdos
  61.        - os/2
  62.        - ultrix 4.2 risc
  63.        - SunOS 4.1 
  64.  
  65.  
  66.  
  67. =================================================================
  68. Configuration:
  69. -----------------------------------------------------------------
  70. Compilation of the program:
  71.     under Unix: Makefile
  72.     in MS-DOS: cut out relevant part of dvi2xx.make 
  73.         under VMS: see README.vms
  74.  
  75.     config.h
  76.         most important:
  77.         FONTAREA:
  78.             fontpath leading to font directories; can be
  79.             overuled at runtiime by setting the
  80.             environment variable TEXPXL or the command
  81.             line option -a
  82.             default: "/usr/local/lib/tex/pk300"
  83.             (VMS default: "tex$pkdir:")
  84.  
  85.         MAKETEXPK:
  86.             Name of the program which is called to generate a pk
  87.             file in a missing magnification
  88.             default: "MakeTeXPK"
  89. -----------------------------------------------------------------
  90. execution under MS-DOS:
  91.     CONFIG.SYS:
  92.         files=20
  93.         buffers=30
  94. -----------------------------------------------------------------
  95. MakeTeXPK:
  96.     DESTDIR: 
  97.         Name of the directory where the neewly generated fonts
  98.         should be placed finally 
  99.         default:  /usr/local/lib/tex/pk/pk300
  100.  
  101.     MF:
  102.         Name of the MetaFont program
  103.         default: cmmf
  104.  
  105.     MFINPUTS:
  106.         search path for metafont input files for MetaFont
  107.         default: `pwd`:/usr/local/lib/mf/inputs
  108.  
  109.     TEMPDIR:
  110.  
  111.         directory for where the MetaFont compilation takes
  112.         place, and where intermediate files are put in, and
  113.         which is removed after the MakeTeXPK run.
  114.         default:  /usr/tmp/mtpk.$$
  115.  
  116.         be sure that you install MakeTeXPK in a way that it is allowed
  117.         to write to DESTDIR.
  118.         
  119. -----------------------------------------------------------------
  120. lj3-filter:
  121.     location of perl (headerline)             /usr/local/bin/perl
  122.     location of the tmp file (variable $tmpfile)
  123.     name of dvi-filter and its options (variable $dvifilter)
  124.  
  125.